.all{
    border-color: black;
    border-width: 3px;
    border-style: solid;
    width: fit-content;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 6px 3px 15px black;
    background-image: url(game\ image.jpg)
}
#box{
    width: 130px;
    height: 20px;
    border-radius: 7px;
}
#button1:hover{
    cursor: pointer;
    background-color:black;
    color: white;
   
}
#button2:hover{
    cursor: pointer;
    background-color:black;
    color: white;
}
#h1tag{
    background-color: black;
    color: white;
    padding: 5px;
    border-radius: 5px;
}
#button1{
    border-radius: 7px;
    
}
#button2{
      border-radius: 7px;
    }
    #para{
        color:beige;
    }
    #score{
        color:beige;
    }